Popups look different from toplevels. I don't think
a reftest that tries to prove otherwise has much
leg to stand on.
'textview-margins.ui',
'textview-tags.ref.ui',
'textview-tags.ui',
- 'toplevel-vs-popup.ref.ui',
- 'toplevel-vs-popup.ui',
'treeview-crash-too-wide.ref.ui',
'treeview-crash-too-wide.ui',
'treeview-fixed-height.css',
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <object class="GtkWindow" id="window1">
- <property name="type">popup</property>
- <child>
- <object class="GtkLabel" id="label1">
- <property name="label" translatable="yes">Hello World</property>
- </object>
- </child>
- </object>
-</interface>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <object class="GtkWindow" id="window1">
- <child>
- <object class="GtkLabel" id="label1">
- <property name="label" translatable="yes">Hello World</property>
- </object>
- </child>
- </object>
-</interface>